翻訳と辞書
Words near each other
・ Initial singularity
・ Initial sound table
・ Initial stability
・ Initial states of Thailand
・ Initial t.
・ Initial Teaching Alphabet
・ Initial topology
・ Initial Training Group
・ Initial value formulation (general relativity)
・ Initial value problem
・ Initial value theorem
・ Initial volume of distribution
・ Initial-stress-derived noun
・ Initialis Science Park
・ Initialization
Initialization (programming)
・ Initialization vector
・ Initialization-on-demand holder idiom
・ Initialized fractional calculus
・ Initialized sign
・ Initials B.B.
・ Initiate
・ Initiate (album)
・ Initiate (Nels Cline Singers album)
・ Initiate's Trial
・ Initiating Prosperity
・ Initiating Representative
・ Initiation
・ Initiation (chemistry)
・ Initiation (Course of Empire album)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Initialization (programming) : ウィキペディア英語版
Initialization (programming)
In computer programming, initialization is the assignment of an initial value for a data object or variable. The manner in which initialization is performed depends on programming language, as well as type, storage class, etc., of an object to be initialized. Programming constructs which perform initialization are typically called initializers and initializer lists. Initialization is distinct from (and preceded by) declaration, although the two can sometimes be conflated in practice. The complement of initialization is finalization, which is primarily used for objects, but not variables.
Initialization is done either by statically embedding the value at compile time, or else by assignment at run time. A section of code that performs such initialization is generally known as "initialization code" and may include other, one-time-only, functions such as opening files; in object-oriented programming, initialization code may be part of a ''constructor'' (class method) or an ''initializer'' (instance method). Setting a memory location to hexadecimal zeroes is also sometimes known as "clearing" and is often performed by an exclusive or instruction (both operands specifying the same variable), at machine code level, since it requires no additional memory access.
==C family of languages==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Initialization (programming)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.